Recursive Greedy Methods
نویسنده
چکیده
Greedy algorithms are often the first algorithm that one considers for various optimization problems, and ,in particular, covering problems. The idea is very simple: try to build a solution incrementally by augmenting a partial solution. In each iteration, select the “best” augmentation according to a simple criterion. The term greedy is used because the most common criterion is to select an augmentation that minimizes the ratio of “cost” to “advantage”. We refer to the cost-to-advantage ratio of an augmentation as the density of the augmentation. In the Set-Cover (SC) problem, every set S has a weight (or cost) w(S). The “advantage” of a set S with respect to a partial cover {S1, . . . , Sk} is the number of new elements covered by S, i.e., |S \ (S1 ∪ . . .∪Sk)|. In each iteration, a set with a minimum density is selected and added to the partial solution until all the elements are covered. In the SC problem, it is easy to find an augmentation with minimum density simply by re-computing the density of every set in every iteration. In this chapter we consider problems for which it is NP-hard to find an augmentation with minimum ∗Chapter 3 from: Handbook of Approximation Algorithms and Metaheuristics edited by Teofilo Gonzalez.
منابع مشابه
Hierarchical Recursive Feature Elimination: A Proposed Method for Reducing the Set of Features Used in an EEG-based Epileptic Seizure Detector
This research is concerned with reducing the number of channels and features computed from each channel of an EEG-based, patient-specific epileptic seizure detector (Shoeb, 2003), while still maintaining performance. The current Recursive Feature Elimination (RFE) (Guyon et al., 2002) implementation we employ can significantly reduce the number of channels (and therefore electrodes) within prac...
متن کاملOptimizing Recursive Information-Gathering Plans
In this paper we describe two optimization techniques that are specially tailored for information gathering. The first is a greedy minimization algorithm that minimizes an information gathering plan by removing redundant and overlapping information sources without loss of completeness. We then discuss a set of heuristics that guide the greedy minimization algorithm so as to remove costlier info...
متن کاملSmooth Sigmoid Surrogate (SSS): An Alternative to Greedy Search in Recursive Partitioning
Greedy search or exhaustive search plays a critical role in recursive partitioning and their extensions. We examine an alternative method by replacing the indicator threshold function involved in recursive partitioning with a smooth sigmoid surrogate (SSS) function. In many scenarios, it is important to formulate the problem appropriately, which can change the discrete greedy search for the bes...
متن کاملLearning Meanings for Sentences with Recursive Autoencoders
In this report, we learn a model to predict sentiments for sentences by SemiSupervised Recursive Autoencoders (RAE) and reproduce the result in [1]. We use greedy algorithm to construct the tree structure in neural networks and forward and backward propagation to compute the gradients of weights. Using meaning vectors of length 20, we achieve 75.4% accuracy in the movie reviews (MR) dataset, wh...
متن کاملLearning to Segment Object Proposals via Recursive Neural Networks
To avoid the exhaustive search over locations and scales, current state-of-the-art object detection systems usually involve a crucial component generating a batch of candidate object proposals from images. In this paper, we present a simple yet effective approach for segmenting object proposals via a deep architecture of recursive neural networks (RNNs), which hierarchically groups regions for ...
متن کاملRecursive circle packing problems
This paper presents a class of packing problems where circles may be placed either inside or outside other circles, the whole set being packed in a rectangle. This corresponds to a practical problem of packing tubes in a container; before being inserted in the container, tubes may be put inside other tubes in a recursive fashion. A variant of the greedy randomized adaptive search procedure is p...
متن کامل